home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / lists / ade-gcc.archive.9602.gz / ade-gcc.archive.9602 / 000086_owner-ade-gcc_Fri Feb 16 04:33:03 1996.msg < prev    next >
Internet Message Format  |  1996-02-28  |  2KB

  1. Return-Path: <owner-ade-gcc>
  2. Received: by fishpond (Smail3.1.29.1 #57)
  3.     id m0tnMWn-000gXXa; Fri, 16 Feb 96 04:32 EST
  4. Sender: owner-ade-gcc
  5. Received: from faui40.informatik.uni-erlangen.de by fishpond with smtp
  6.     (Smail3.1.29.1 #57) id m0tnMWK-000gXUC; Fri, 16 Feb 96 04:32 EST
  7. Received: from pctc.chemie.uni-erlangen.de (pctc.chemie.uni-erlangen.de [131.188.120.2]) by immd4.informatik.uni-erlangen.de with SMTP
  8.     id KAA23125 (8.7.2/7.5a-FAU);; Fri, 16 Feb 1996 10:29:00 +0100 (MET)
  9. Received: by pctc.chemie.uni-erlangen.de (AIX 3.2/UCB 5.64/4.03)
  10.           id AA17449; Fri, 16 Feb 1996 10:28:57 +0100
  11. Date: Fri, 16 Feb 1996 10:28:57 +0100
  12. Message-Id: <9602160928.AA17449@pctc.chemie.uni-erlangen.de>
  13. From: Thomas Walter <walter@pctc.chemie.uni-erlangen.de>
  14. To: fnf@amigalib.com
  15. Cc: ade-gcc@amigalib.com
  16. In-Reply-To: <m0tn7ZL-000gXbC@fishpond> (fnf@amigalib.com)
  17. Subject: protoize
  18. Sender: owner-ade-gcc@ninemoons.com
  19. Precedence: bulk
  20.  
  21.  
  22. Here is a description of the failure using protoize. I send it also to the mailing
  23. list, because there may be some others interested in.
  24.  
  25. For example you have the file a2ps.c with K&R style function definitions in the 
  26. current directory.
  27. Then you give the command
  28.     protoize a2ps.c
  29. then it compiles the source using gcc to get the function definitions.
  30. After some time you get some nessages (from mind):
  31. protoize: a2ps.c not converted
  32. protoize: A message saying /compiled/a2ps.c does not exist. Don't know the exact message
  33. protoize: /gnu/lib/.../SysCalls.c not converted
  34. /* This is ok. Perhaps followed by some other messages belonging to header files
  35.    which does not matter. */
  36. protoize: /compiled/a2ps.c not converted
  37.  
  38. Doing the same with UNIX (RS6000 running AIX3.2)
  39. You a the message saying the original was copied to a2ps.c.save, some messages
  40. about stuff not converted and a converted a2ps.c with function declarations
  41. like ANSI C.
  42.  
  43. Bye
  44.  
  45. -- 
  46. Thomas Walter
  47. INTERNET:  walter@pctc.chemie.uni-erlangen.de
  48.